home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Suruculer ve Guncellemeler / Transdisk / dosver4 / TCDTM.TXT < prev    next >
Encoding:
Text File  |  1996-03-28  |  3.1 KB  |  55 lines

  1. ***  Parallel Port Mode and TransCD Timing
  2. The IBM PC compatible parallel (printer) port was originally designed
  3. for IBM PC/XT. The signal quality and speed of the parallel port was
  4. not an issue because the parallel port was able to keep up with the
  5. relatively slow CPU when transferring data between the CPU and the
  6. devices connected to the port.
  7.  
  8. Since then, the performance of the CPU has been dramatically improved
  9. with the introduction of the 486's and Pentium's, while the parallel
  10. port itself stays pretty much the same. The same parallel port still
  11. works for the printer devices because of the relatively slow transfer
  12. speed of the printer. However, with a high-speed device, such as a
  13. TransCD connected, the parallel port may find itself not able to keep
  14. up with the high-speed data transfer between the device and the CPU.
  15.  
  16. Not all parallel ports are alike, especially when high-speed transfer
  17. is concerned. Some can be pushed to the limit; some perform badly when
  18. pushed. Fortunately in most cases, an workaround can be found. Please
  19. try the items below individually or in combination:
  20.  
  21. *** 1. Change Parallel Port Mode ***
  22. Many machines, especially Pentium's, come with manufacturer's CMOS
  23. default setup to non-EPP mode for parallel port. Some computers, when
  24. set to uni-directional port, shut off certain signals which may cause
  25. the TransCD not to work. It is a good idea to change into EPP, but not
  26. ECP or ECP/EPP mode. The EPP mode does provide better signal quality. If
  27. EPP mode is not available, try Bi-dir (Bi-directional) mode if it exists.
  28.  
  29. *** 2. Adjust TransCD Timing ***
  30. The following applies to non-EPP mode only as /T is ignored in EPP mode.
  31. If we slow down the data transfer slightly during access to the parallel
  32. port, the port may have enough time to allow data to become ready. The
  33. TransCD Device Driver provides a timing option for this purpose. If the
  34. driver is loaded via a DEVICE entry in the CONFIG.SYS file, append the
  35. line with the "/T:x" option where a good value of 'x' to try is 5, other
  36. values are 10, 3, or 2 (default=0 if no /T is specified). For example:
  37.     DEVICE=C:\TCD-IDE\TCD-IDE.SYS /D:TCD-IDE$ /T:5
  38. (or)    DEVICE=C:\TRANSCD\TRANSCD.SYS /D:TRANSCD$ /T:5
  39. The typical range for 'x' should be from 0 to 30, 0 being the fastest.
  40. If TCDGO is used to load the driver dynamically, simply append the 'x' to the
  41. command line where 'x' means the same thing as above. For example: TCDGO 5
  42.  
  43. To find an optimum value, start with a number (say 5), move up or down
  44. until a lowest number is found where there is no problem. Then add 1 or 2 to
  45. it to provide additional safety margin and use that final number in "/T:x".
  46. It may be easier to try this experiment with TCDGO instead of DEVICE entry.
  47.  
  48. If the TransCD is used with a large number of machines, consider using
  49. timing parameter ranging from 2 to 5 as standard. This provides
  50. much better compatibility across different machine platforms and in most
  51. cases avoids the need for tuning each machine individually. 
  52.  
  53. The performance degradation caused by the "/T" option should be relatively
  54. small given today's fast CPUs (486DX4/100, Pentium).
  55.